home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-08 | 1.1 KB | 54 lines | [TEXT/MPS ] |
- //========================================================================================
- //
- // File: FWOS.r
- // Release Version: $ 1.0d11 $
- //
- // Copyright: 1995 by Apple Computer, Inc., all rights reserved.
- //
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifdef FW_BUILD_WIN
-
- #if 0
-
- resource STRTABLE
- {
- 1, "ODF OS Layer Shared Library. Copyright 1995 Apple Computer, Inc.";
- }
- #endif
- #endif
-
- #include "CodeFragmentTypes.r"
-
- //-------------------------------------------------------------------------------------
- // cfrg Resource
- //-------------------------------------------------------------------------------------
-
- resource 'cfrg' (0) {
- { /* array memberArray: 1 elements */
- /* [1] */
- #ifdef FW_BUILD_MAC68K
- kMotorola,
- #else
- kPowerPC,
- #endif
- kFullLib,
- kNoVersionNum,
- kNoVersionNum,
- kDefaultStackSize,
- kNoAppSubFolder,
- kIsLib,
- kOnDiskFlat,
- kZeroOffset,
- kWholeFork,
- "ODFOS"
- }
- };
-
- //#ifdef FW_BUILD_MAC
- //include "FWIcons.rsrc" not 'ckid';
- //#endif